home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / comm / irc / Mail.lha / Mail.readme < prev   
Encoding:
Text File  |  2000-08-30  |  1.2 KB  |  35 lines

  1. Short:    Advanced email script for AmIRC
  2. Author:   trebs@ihug.com.au (Michael Trebilcock)
  3. Uploader: trebs@ihug.com.au (Michael Trebilcock)
  4. Type:     comm/irc
  5. Requires: AmIRC and RexxMast running
  6.  
  7. Features:
  8. - Shows you how many emails you have, and the byte size total
  9. - Verbose command to show who sent it, the subject, and the byte size of each email
  10. - Delete feature, why load up an email client when you don't need to?
  11.  
  12. Installation:
  13. Simply copy to it to your AmIRC/Rexx directory, and configure it..
  14.  
  15. Usage:
  16. Type /rx mail [verbose] [del <num1[ num2 num3 num4 ect..]>[all]] in an AmIRC window
  17. Commands in [] are optional..
  18. Commands in <> are required..
  19.  
  20. Examples:
  21. /rx mail - Will show how many emails you have
  22. /rx mail verbose  - Will show how many emails, who sent it, the subject, and the byte size of each email..
  23. /rx mail del 5 3 9 6  - Will delete emails 5, 3, 9 and 6..
  24. /rx mail del all - Will delete all emails. Be careful! New emails may have just arrived before you do this..
  25.  
  26. FAQS:
  27. Q: This script doesn't work for me!
  28. A: Maybe you entered the SMTP server instead of the POP3 server?
  29.  
  30. Q: How do i....?
  31. A: Read the bloody .readme file
  32.  
  33. What's new:
  34. You can now delete ALL emails with /rx Mail DEL ALL
  35.